ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / OnCurrentChanging Method
The CancelEventArgs instance containing the event data.

In This Topic
    OnCurrentChanging Method
    In This Topic
    Raises the CurrentChanging event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCurrentChanging( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnCurrentChanging( 
       CancelEventArgs e
    )

    Parameters

    e
    The CancelEventArgs instance containing the event data.
    See Also